-- card: 3012 from stack: in -- bmap block id: 3685 -- flags: 0000 -- background id: 2679 -- name: Title Card ----- HyperTalk script ----- on opencard hide card field cards hide card field about end opencard -- part 1 (field) -- low flags: 80 -- high flags: 2002 -- rect: left=29 top=41 right=270 bottom=476 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: cards -- part 3 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=26 top=286 right=317 bottom=61 -- title width / last selected line: 0 -- icon id / first selected line: 14767 / 14767 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: about ----- HyperTalk script ----- on mouseUp show card field about repeat until the mouseclick end repeat hide card field about end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 0001 -- rect: left=235 top=291 right=316 bottom=270 -- title width / last selected line: 0 -- icon id / first selected line: 1011 / 1011 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: home ----- HyperTalk script ----- on mouseUp visual checkerboard go home end mouseUp -- part 6 (field) -- low flags: 80 -- high flags: 2002 -- rect: left=12 top=26 right=324 bottom=491 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: about -- part contents for background part 5 ----- text ----- This stack is a demonstration of an external command (XCMD) that provides a simple interface to the toolbox List Manager. This is intended primarily for HyperCard developers, and provides a way to easily create and manipulate scrolling lists of text strings. I've tried to make the command itself as simple as possible, without sacrificing too much flexibility. The command is called 'DoList', and is a resource of type 'XCMD'. To use it in your own stacks, you MUST copy this resource into the stack you wish to use it in. I have provided a simple way to do this, which does not require any knowledge of resources or ResEdit. -- part contents for background part 8 ----- text ----- Page 1 -- part contents for card part 1 ----- text ----- Title Card,DoList Command,The Modes,Mode Parameters,Flag Setting,The Result,Dialog Resource Format,Mode Examples,More About Mode 1,Tips For Using Mode 1,Resource Copier,General Tips -- part contents for card part 6 ----- text ----- HyperList Copyright ©1987 By James L. Paul Paul Software Engineering RE: HyperList 513 West "A" Street Tehachapi, CA 93561 Compuserve 72767,3436 GEnie J.Paul Release 2.1 November 11,1987 All commercial distribution rights reserved. The XCMD resources and information in this stack may be freely used and distributed for any purpose except direct sale of the DoList XCMD. No guarantees are given as to the performance of this software, and the author is not liable for any losses incured by any user. If you use DoList in one of your stacks for distribution, please include my name in your about box. This type of credit is my only compensation, and is a motivating factor for releasing routines such as these free of charge. Thank you!